home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 21 / emacsrc / misc.c < prev    next >
Encoding:
Text File  |  1986-05-14  |  228 b   |  17 lines

  1. /*
  2.     misc.c            pm 1/18/86
  3.  
  4.     miscellaneous things of microEmacs
  5. */
  6.  
  7.  
  8. char msginit[] = "ported at Case Western Reserve University;   03/04/86";
  9.  
  10.  
  11. help(f,n)
  12. int    f, n;
  13. {
  14.     mlwrite("please Visit File 'keybind.doc'");
  15. }
  16.  
  17.